projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f96a8
)
davinci: omapl138_lcdk: increase u-boot load size
author
Fabien Parent
<
[email protected]
>
Mon, 5 Dec 2016 18:15:20 +0000
(19:15 +0100)
committer
Tom Rini
<
[email protected]
>
Fri, 9 Dec 2016 13:40:19 +0000
(08:40 -0500)
A size of 0x200 seems way too short for u-boot. Increase the size
to 512k.
Signed-off-by: Fabien Parent <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
include/configs/omapl138_lcdk.h
patch
|
blob
|
history
diff --git
a/include/configs/omapl138_lcdk.h
b/include/configs/omapl138_lcdk.h
index 7c2f4141c912622d3f0c41be52d028b66edcdd84..27ced967b2797ffdb179d4c95e96c31848d4c0a2 100644
(file)
--- a/
include/configs/omapl138_lcdk.h
+++ b/
include/configs/omapl138_lcdk.h
@@
-176,7
+176,7
@@
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_PAGE_SIZE (2 << 10)
#define CONFIG_SYS_NAND_BLOCK_SIZE (128 << 10)
-#define CONFIG_SYS_NAND_U_BOOT_SIZE
0x200 /*0x60000*/
+#define CONFIG_SYS_NAND_U_BOOT_SIZE
SZ_512K
#define CONFIG_SYS_NAND_U_BOOT_DST 0xc1080000
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_NAND_U_BOOT_DST
#define CONFIG_SYS_NAND_U_BOOT_RELOC_SP (CONFIG_SYS_NAND_U_BOOT_DST - \